home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Algorithms for Image Analysis
/
Practical Algorithms for Image Analysis.iso
/
GD
/
gd1_2_tar.z
/
gd1_2_tar
/
gd1.2
/
gdfontt.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-08-08
|
309 b
|
15 lines
#ifndef GDFONTT_H
#define GDFONTT_H 1
/* gdfontt.h: brings in the tinyest of the provided fonts.
Also link with gdfontt.c. */
#include "gd.h"
/* 5x8 font derived from a public domain font in the X
distribution. Contains the 127 standard ascii characters. */
extern gdFontPtr gdFontTiny;
#endif